home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3809 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: bcfreenet.seflin.lib.fl.us!bcfreenet!z007400b
  2. From: z007400b@bcfreenet.seflin.lib.fl.us (Ralph Silverman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Q : interprocess communication by GCC and Linux
  5. Date: 30 Jan 1996 16:27:44 GMT
  6. Organization: SEFLIN Free-Net - Broward
  7. Distribution: all
  8. Message-ID: <4elgu0$bfg@bcfreenet.seflin.lib.fl.us>
  9. References: <laedermann.35.31011C4B@eldp.epfl.ch>
  10. NNTP-Posting-Host: bcfreenet.seflin.lib.fl.us
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jean-Pascal Laedermann (laedermann@eldp.epfl.ch) wrote:
  14. : Hello !
  15.  
  16. : Working with gcc and Linux, I am interested to program multitasking.
  17. : Has somebody good references (books, examples ...) to interconnect two 
  18. : simultaneous processes (memory sharing, loops ...).
  19.  
  20. : Thanks.
  21.  
  22. : Jean-Pascal.Laedermann@ira.unil.ch
  23.  
  24. --
  25. **********begin r.s. response*******
  26.  
  27.     to learn about the electronic on line
  28.     manual of your (unix like) system...
  29.     enter
  30.         man man
  31.     .
  32.  
  33.     regarding the particular question
  34.     suggest the following...
  35.  
  36.         man pipe
  37.     ,
  38.         man spawn
  39.     ,
  40.         man fork
  41.     ,
  42.         man system
  43.     .
  44.  
  45.     the entries for these may direct
  46.     attention to others,  related.
  47.  
  48. **********end r.s. response*********
  49.  
  50.  
  51. Ralph Silverman
  52. z007400b@bcfreenet.seflin.lib.fl.us
  53.  
  54.